home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Utilities / Text / EdWordV6.0 / KeywordFiles / Pascal.key < prev    next >
Text File  |  1998-06-24  |  2KB  |  103 lines

  1. ;
  2. ; ##################################################################
  3. ; ##                                                              ##
  4. ; ##  Filename : Pascal.key                                       ##
  5. ; ##    Author : Martin Reddy                                     ##
  6. ; ##      Date : 3/5/94                                           ##
  7. ; ##   Purpose : This file contains keyword definitions which     ##
  8. ; ##             are used by the ISO Standard Pascal language.    ##
  9. ; ##  Keywords : This file contains 77 keywords                   ##
  10. ; ##   Used By : Any version of the text editor EdWord.           ##
  11. ; ##      Help : A description of the file format for creating    ##
  12. ; ##             your own Keyword Definition files and how to use ##
  13. ; ##             them is held in the EdWordHelp Program.          ##
  14. ; ##                                                              ##
  15. ; ##################################################################
  16. ;
  17.  
  18. DELIM_OPEN=',{,(*
  19. DELIM_CLOSE=',},*)
  20. INDENT_SYMBOL=Begin,Var,Const,Type
  21. UNINDENT_SYMBOL=End
  22. FUNC_MODE=PASCAL
  23. FILE_EXTNS=.pas,.p
  24.  
  25. Abs
  26. And
  27. ArcTan
  28. Array
  29. Begin
  30. Boolean
  31. Case
  32. Char
  33. Chr
  34. Const
  35. Cos
  36. Dispose
  37. Div
  38. Do
  39. DownTo
  40. Else
  41. End
  42. Eof
  43. Eoln
  44. Exp
  45. False
  46. File
  47. For
  48. Forward
  49. Function
  50. Get
  51. Goto
  52. If
  53. In
  54. Include
  55. Input
  56. Integer
  57. Label
  58. Ln
  59. MaxInt
  60. Mod
  61. New
  62. Nil
  63. Not
  64. Odd
  65. Of
  66. Or
  67. Ord
  68. Output
  69. Pack
  70. Packed
  71. Page
  72. Pred
  73. Procedure
  74. Program
  75. Put
  76. Read
  77. ReadLn
  78. Real
  79. Record
  80. Repeat
  81. Reset
  82. Rewrite
  83. Round
  84. Set
  85. Sin
  86. Sqr
  87. Sqrt
  88. Succ
  89. Text
  90. Then
  91. To
  92. True
  93. Trunc
  94. Type
  95. UnPack
  96. Until
  97. Var
  98. While
  99. With
  100. Write
  101. WriteLn
  102.  
  103.